const runtime.maxPagesPerPhysPage

3 uses

	runtime (current package)
		mgcscavenge.go#L83: 	maxPagesPerPhysPage = maxPhysPageSize / pageSize
		mgcscavenge.go#L867: 	} else if min > maxPagesPerPhysPage {
		mgcscavenge.go#L914: 	} else if min > maxPagesPerPhysPage {